PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowFormXObjectContent Class / PDFFlowFormXObjectContent Constructor / PDFFlowFormXObjectContent Constructor(PDFFormXObject,double,double)
Form XObject to draw in the document.
Width of displayed form XObject.
Height of displayed form XObject.
In This Topic
    PDFFlowFormXObjectContent Constructor(PDFFormXObject,double,double)
    In This Topic
    Initializes a new PDFFlowFormXObjectContent object.
    Syntax
    public PDFFlowFormXObjectContent( 
       PDFFormXObject formXObject,
       double width,
       double height
    )

    Parameters

    formXObject
    Form XObject to draw in the document.
    width
    Width of displayed form XObject.
    height
    Height of displayed form XObject.
    See Also